home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / RichText / ENPROTECTED.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  787 b   |  12 lines

  1. package icontrols.RichText;
  2.  
  3. import com.ms.wd.win32.NMHDR;
  4.  
  5. public class ENPROTECTED {
  6.    public NMHDR nmhdr;
  7.    public int msg;
  8.    public int wParam;
  9.    public int lParam;
  10.    public CHARRANGE chrg = new CHARRANGE();
  11. }
  12.